home *** CD-ROM | disk | FTP | other *** search
- object MoreFrm: TMoreFrm
- Left = 250
- Top = 279
- BorderIcons = []
- BorderStyle = bsDialog
- Caption = 'VoiceNet VRS 98'
- ClientHeight = 211
- ClientWidth = 371
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- FormStyle = fsStayOnTop
- Position = poScreenCenter
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 20
- Top = 6
- Width = 332
- Height = 43
- AutoSize = False
- Caption =
- 'Have found one or more file locations for the voice command. Pl' +
- 'ease select one of the file locations for the voice command by d' +
- 'ouble-clicking on it, or highlight and click on '#39'OK'#39'.'
- WordWrap = True
- end
- object ListMoreLocations: TListBox
- Left = 20
- Top = 52
- Width = 332
- Height = 113
- ExtendedSelect = False
- ItemHeight = 13
- TabOrder = 0
- OnDblClick = ListMoreLocationsDblClick
- end
- object Button1: TButton
- Left = 279
- Top = 176
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- TabOrder = 1
- OnClick = Button1Click
- end
- object BtnOK: TButton
- Left = 200
- Top = 176
- Width = 75
- Height = 25
- Caption = 'OK'
- Default = True
- Enabled = False
- TabOrder = 2
- OnClick = BtnOKClick
- end
- end
-